home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg0203.dxr / 00203 Scripts Int_41_FS AppleAnn.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  329 b   |  13 lines

  1. global gFScurrentSprite, gCurLocation
  2.  
  3. on mouseUp
  4.   if the member of sprite 5 = member "APPLE #11.256" of castLib "0203 Images Int" then
  5.     SetCursors()
  6.     exit
  7.   else
  8.     puppetSound(1, member "0203S01" of castLib "0203 Sound Int")
  9.     set gFScurrentSprite to the memberNum of sprite the clickOn
  10.     FSAppleAnn()
  11.   end if
  12. end
  13.